home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
e
/
misc.save
/
000005_gerberb@zenez.com_Wed Oct 18 13:13:51 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2011-07-03
|
3KB
Path: reader2.panix.com!reader1.panix.com!panix!news.maxwell.syr.edu!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail
From: gerberb@zenez.com
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Kermit - internet - kermit - com port connection.
Date: 17 Oct 2006 13:14:18 -0700
Organization: http://groups.google.com
Lines: 73
Message-ID: <1161116058.833122.189000@m73g2000cwd.googlegroups.com>
References: <Pine.LNX.4.64.0609270635070.15448@xenau.zenez.com>
<slrnehnhe2.iia.fdc@panix1.panix.com>
NNTP-Posting-Host: 198.60.105.213
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1161116064 11158 127.0.0.1 (17 Oct 2006 20:14:24 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 17 Oct 2006 20:14:24 +0000 (UTC)
In-Reply-To: <slrnehnhe2.iia.fdc@panix1.panix.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 SUSE/1.0.5-1.1 SeaMonkey/1.0.5,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: m73g2000cwd.googlegroups.com; posting-host=198.60.105.213;
posting-account=dcuIBwwAAACGYdN6_x6P-BpuEmzQrAjs
Xref: panix comp.protocols.kermit.misc:15576
Frank Da Cruz wrote:
> On 2006-09-27, Boyd Lynn Gerber <gerberb@zenez.com> wrote:
> : It has been a long time since I have had to do this and I am not doing
> : something right.
> :
> : I have a linux system that uses kermit over the internet to connect to an
> : ms kermit in server mode. What I need to do is on the ms kermit get
> : files and send them to the main kermit system.
> :
> : When on the MS kermit I do the following.
> :
> : set port 1
> : set baud 9600
> : remote login Account
> : get data file.name
> : ...
> : exit
...
> Let's see if I understand. You have a DOS PC that is on a network.
> You want to make a connection to it over the network from a Linux system
> and then you want the DOS system to make a serial-port connection to
> a third system? I'm not sure I'm seeing the picture. MS-DOS Kermit can
> receive incoming connections over the Internet, e.g. on TCP port 3000:
>
> set port tcp/ip * 3000
>
> or it can make connections, but it can't do both at once; that is, it
> can't act as a relay. Is that what you're looking for?
Thanks, that is what I was trying to do. I was trying to do both.
I setup ssh on the different MS boxes. They had purchased MS Kermit
3.16.
I am able to ssh to the box and then after I have scp the mskermit.ini
file do
cd c:/kermit/backoffice/
./kermit
And it connects to the port and I am able to get all the files from
the registers.
ssh -luser 192.168.0.200
cd c:/kermit/backoffice/
./kermit
All the text for the files to download.
but if I use ssh to execute it as a remote command...
ssh -luser 192.168.0.200 c:/kermit/backoffice/kermit
gives me this....
c://kermit/hbboys/backoffice/kermit
IBM-PC MS-DOS Kermit: 3.16 4 May 1999
Copyright (C) Trustees of Columbia University 1982, 1999.
Type ? or HELP for help
MS-Kermit>^A^A^A
?Text exceeded available buffer capacity
MS-Kermit>
Instead of the download. Is there something that I can do to get it to
run via ssh with commands?
Any ideas? on what I can do to achive this?
Thanks,
Boyd Gerber
gerberb@zenez.com